home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oxygen Multimedia Graphics 18
/
Oxygen Multimedia Graphics 18.iso
/
pc
/
System
/
OX18.dxr
/
PDC_154_ShowFile_CI2.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-12
|
322 b
|
14 lines
global ds, goUp, gList, giNum
on mouseUp
imageName = "i" & giNum
ArtName = getAt(gList, imageName)
ShowFile = the moviePath & goUp & "Artwork" & ds & ArtName
baOpenFile(ShowFile, EMPTY)
if the platform contains "Mac" then
Ok = baActivateWindow(baFindWindow("MACS", EMPTY))
else
nothing()
end if
end